projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb66b60
)
Add make uninstall to .travis.yml
author
dinesh
<dsdiscoverdinesh@gmail.com>
Sun, 5 Jul 2015 17:34:37 +0000
(23:04 +0530)
committer
dinesh
<dsdiscoverdinesh@gmail.com>
Sun, 5 Jul 2015 18:13:55 +0000
(23:43 +0530)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 7e4cf095fac0f91a6cd09293279ab01006d8be1c..1f0ceafaeb6679d91631f36c8185ded581875146 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-7,6
+7,8
@@
script:
- make test
- make distcheck
- make doc
+ - sudo make install
+ - sudo make uninstall
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&